/*
Theme Name: Hotel Sonar Bangla
Theme URI: https://www.busfam.com/
Author: Busfam Team
Author URI: https://www.busfam.com/
Description: The 2024 theme for WordPress is a fully responsive theme that looks great on any device With HTML5, Bootstrap5 and CSS3.
Version: 5.0
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');



:root {
    --white: #fff;
    --black: #111;
    --brown: #603100;
    --beige: #dfb574;
    --beige2: #d49c45;
}

h6 {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--brown);
    margin-bottom: 10px;
}
p {font-size: 14px;}
/* form */
.check_frm_bg{background-color: #f9ecda;}
.checkin_out {
    background: #c49244ba;
    padding: 15px 8px 0 8px;
    border-radius: 0;
    position: relative;
    z-index: 9;
    box-shadow:0 0 15px #aaa;
    border:1px solid #fff;

}
.checkin_out label{
    color:#fff;
    font-weight:600;
    font-size: 13px;
    margin-bottom:5px;
}

.checkin_out input[type="submit"], #filterBook {
    width: 100%;
    padding: 15px 10px;
    border: transparent;
    background-color: var(--brown);
    font-weight: 600;
    color: var(--white);
    border-radius: 0;
    font-size: 14px;
}
.checkin_out input[type="submit"]:hover, #filterBook:hover {
    background-color: var(--black);
    color: var(--beige);
}
.checkin_out .form-control {
    padding: 15px 4px 15px 21px;
    font-size: 13px;
	color:#666;
    border: 0;
    border-radius: 0;
	background:#fff!important;
}
.checkin_out_border .col {position: relative;margin-top:0;}
.form_icon {
    position: absolute;
    top: 40px;
    left: 8px;
    color: var(--beige);
    z-index:1;
}
.checkin_out .form-control:disabled, .checkin_out .form-control[readonly] {background-color: #fff!important;}
.modal.show .modal-dialog {
    width:88%;
    margin:0 auto;
    margin-top:25px;
}
.booking_option .wpcf7-list-item-label,
.booking_option input:checked+.wpcf7-list-item-label
{
    padding: 10px 6px;
}
.modal .booking_option{margin:0 0 12px 0;}
.modal .booking_option label input{display:none;}
.comfort .btn-close {
    top: -1pc!important;
}

.popWraper{
	z-index:9999 !important;
	top:30% !important;
	left:35% !important;
	position:unset;
}
label,
.form-control,
.form-select {
    font-size: 14px;
    border-color: var(--beige);
    border-radius: .25rem;
}
.btn-close {
    background: #dfb574 url(../images/close2.webp) center / 1em auto no-repeat!important;
}
.btn-close:focus {
    box-shadow:none;
}
/* form */

/* booking page */
#bookBnr{display:block;}

/* <!-- /inner banner -->  */

.inner-banner{
    background:#d8c499;
    height:180px;
}
.inner_banner_desktop img{
    height:200px;
    object-fit:cover;
    object-position:50% 50%;
}
.banner_inner_section {
    position: relative;
    margin-bottom:15px;
    text-align:center;
}
.enquiry_lp .inner_banner_text{
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    text-align: center;
}
.enquiry_lp .inner_banner_text h2{
    font-family: "Gilda Display", serif;
    font-size: 28px;
    font-weight:400;
    color: var(--brown);
    padding:0;
    margin:0;
}
.enquiry_lp .inner_banner_text h2:after {
    position: absolute;
    content: '';
    background:var(--white);
    width: 60px;
    height: 2px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* <!-- /inner banner -->  */
.nav-tabs .nav-link.active {
    color: var(--brown) !important;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid var(--beige) !important;
    border-radius: 0;
}
#roomFilter .nav-tabs .nav-link {padding: 0;margin-bottom: 10px !important;}
#roomFilter .nav-tabs{background: var(--brown);padding: 0 5px;}
#roomFilter .nav-tabs .nav-link, #roomFilter .nav-tabs .nav-link.active{
	color: var(--white) !important;
}
#roomFilter .nav-item{width:100%;}
#roomFilter .nav-link{display:none;}
#roomFilter .nav-link.active{display:block;}
#roomFilter .nav-tabs .nav-link::after,#roomFilter .nav-tabs .nav-link.active{
	border:none !important;}
.book_now #roomFilter .tab-content{padding: 10px 0;}
.booktable .table tr {border-bottom:1px solid #ddd;}
.booktable .text-danger i{font-size:12px;}
#roomTotal bdi{font-size:18px;color:var(--beige2);}
.booktable .list-inline.max-occup{background:#e9e9e9;padding:3px 6px;margin-top:10px;}
.book_now h4, .book_now h4 strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--beige);
    margin-bottom: 16px;
	background:transparent;
}
.book_now h4 strong:before {border-left:0;}


h4, h6 {border-bottom:0;}
.booktable .alert-success {
    color:var(--brown);
    background-color: #fff;
    border: 1px dashed var(--brown);
}
.booktable .alert-success p{margin:0;}
.booktable .alert-success i{color:var(--beige2);}
.booktable del bdi {font-size: 15px;margin-right: 0;font-weight:500;}
.booktable ins {margin-top:10px;display: inline-block;}
.booktable ins bdi {font-size: 18px;margin-right: 0;}
.booktable ins bdi .woocommerce-Price-currencySymbol {font-size: 18px;}
.booktable del bdi .woocommerce-Price-currencySymbol {font-size: 14px;font-weight:400;}
.booktable del {margin-right: 0;}
.room-header{ font-family: "Barlow", sans-serif; font-size: 15px;font-weight: 400; line-height: 18px;}
.room_no_details{color:var(--brown)!important;}
.room_no_details li{color:var(--black)!important;}
#roomFilter .dotbg {
    width: 100%;
    border: 1px solid #e5dbcc;
    background: url(../images/dotbg.png) 0 0 repeat;
    padding:8px;
	position:relative;
}
#roomFilter .dotbg ul{
    margin:8px 0;
}
.rad_button {
    float:left;
    margin: 0;
    width: 100%;
    height: 80px;
    position: relative;
    border: 1px solid #e5dbcc;
    background: url(../images/dotbg.png) 0 0 repeat;

}
.checkinout{
    background: #fff;
    padding: 16px;
    box-shadow: 0 0 15px #cecece;
    border-radius:0;
    border-top: 3px solid #dfb574;
    margin-bottom:30px;
}
.checkinout .mb-3 {
    margin-bottom: 0 !important;
}
.bookdtl, .booksum  {
    background: #fff;
    padding: 16px;
    box-shadow: 0 0 15px #cecece;
    border-radius:0;
    margin-bottom:30px;
}
.book_now h1 {
    font-family: "Gilda Display", serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    color:var(--brown);
}
.sectiongap.book_now {border-top:1px solid var(--brown);padding:15px 0;}
.booktable .table>:not(caption)>*>* {padding:10px 0;}
.booktable .table>:not(caption)>*>*{box-shadow:none;border-bottom-width:0;}
.booktable .table tr th{font-weight:400;}
.booktable .table tr td:first-child{text-align:left;width: 70%;}
.booktable .table tr td{text-align:right;}
.booktable .table tr:nth-last-child(2) th,
.booktable .table tr:nth-last-child(2) td
{font-weight:600;}
.booktable .table tr:last-child th,
.booktable .table tr:last-child td
{font-weight:600;font-size: 16px;}
#roomType{color:var(--brown);font-weight:500;}
#bookDatePrev{background:#f8f5f0;text-align:center;margin: 0;}
#bookDatePrev .col-6{padding:10px 0;}
#bookDatePrev .col-6:last-child{background:#eee8dd;}
#bookDatePrev p{margin:0;}
.chk_area i{float:left;color:#e3c699;font-size:20px;margin:10px 7px 0 0;}
.chk_area p{display: table-cell;text-align:left;}
.chk_area{display: inline-block;}
.promo-badge {
  position: absolute;
  top: -6px;
  right: 12px;
}
.promo-badge:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 28px solid transparent;
    border-top: 14px solid var(--brown);
    margin-left: -7px;
}
.promo-badge strong {
  position: relative;
  display: block;
  text-align: center;
  background: var(--brown);
  color: var(--white);
  font-size: 15px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 50px;
}
.promo-badge strong:before, .promo-badge strong:after {
  position: absolute;
  content: "";
}
.promo-badge strong:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: var(--brown);
}
.promo-badge strong:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #000;
}
.rooms small {
    font-size: 16px;
    font-weight: 4;
    color: #666;
}
.roomWrap h5{font-size: 18px;}
.equalheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.equalheight>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
hr {border-top: 2px dashed var(--beige);}
.card img {border-radius: 0 !important;}
.tab-content p{margin-bottom:0;text-align:justify;}
.max-occup i { color: var(--brown);}
.max-occup .fa-user-group {font-size:12px;}
.dotbg .btn-outline-warning{
    color: var(--brown);
    font-weight:600;
    background:#f2dab5;
    border-color: var(--brown);
	border-radius:0;
}
.dotbg .btn-outline-warning:active,
.dotbg .btn-outline-warning:hover,
.btn-check:checked+.btn-outline-warning
{
    color: var(--white);
    background-color: var(--brown);
    border-color: var(--brown);
}
.dotbg .btn-outline-warning i{
    display:none;
}
.btn-check:checked+.btn-outline-warning i{
    display:inline-block;
    color: var(--white);
}

.tick ul,
.cms-wrap ul,
.tc-wrap ul
{
    margin: 0 0 0 16px;
}

.tick ul li,
.cms-wrap ul li,
.tc-wrap ul li
{
    margin-bottom: 10px;
    font-size: 14px;
}

.tick ul li:before,
.cms-wrap ul li:before,
.tc-wrap ul li:before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: var(--brown);
    font-size: 12px;
    border-radius:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: -16px;
    position: absolute;
}

.tick_double.tick ul { margin-top: 12px;}
.tick_double.tick ul li {background: #f4efdf;padding: 7px;}
.tick_double.tick ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: var(--beige);
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: -16px;
    position: absolute;
}
ul.section {margin: 0 0 25px 0;display: table;}

.addressbg ul li {
    display: table-cell;
    color: var(--black);
    font-size: 13px;
    padding-right: 10px;
}

.addressbg ul li i {
    background: var(--beige);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
    color: var(--white);
    top:8px;
    position:relative;
}
.addressbg ul li span {border-right:1px solid var(--beige);padding-right:15px; margin-right:10px;}
.addressbg ul li span:last-child { border-right: none;}
.heading_sm {
    font-size: 16px;
    font-weight: 600;
    color: var(--brown);
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.gmap iframe {height: 240px;width: 100%;}
.form-label {margin-bottom: .2rem !important;}
label {font-size: 13px;}
.booking_option input:checked + .wpcf7-list-item-label {
    opacity: 1;
    color: #fff;
    background: #dfb574;
    padding: 8px;
    border-radius: 5px 0;
    float: left;
}
/* booking page */

/* button */
.enquiry_lp .btn-primary, .enquiry_lp .btn-secondary { border-radius:8px 0;}
.btn-primary {
    background-color: var(--brown);
    color: #fff;
    border: 1px solid var(--brown);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius:0;
    outline: 0;
    background-image: linear-gradient(45deg, var(--beige) 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 400ms ease-in-out;
    box-shadow: none;
}
.btn-primary i {color: var(--white) !important;margin-right: 4px;font-size: 12px;}
.btn-primary:focus {
    box-shadow: none !important;
    background-color: var(--beige);
    border-color: var(--beige);
}
.btn-primary:hover {
    background-position: 0;
    color: #fff !important;
    border: 1px solid var(--beige);
}
.btn-primary:hover i { color: #fff;}
.btn-secondary {
    background-color: #dfb574;
    color: #fff;
    border: 1px solid #dfb574;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius:0;
    outline: 0;
    background-image: linear-gradient(45deg, #603100 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 400ms ease-in-out;
    box-shadow: none;
}
.btn-secondary i {
    color: #fff !important;
    margin-right: 4px;
    font-size: 13px;
}
.btn-secondary:focus {
    box-shadow: none !important;
    background-color: #603100;
    border-color: #603100;
}
.btn-secondary:hover {background-position:0;color:#fff!important;border:1px solid #dfb574;}
.btn-secondary:hover i {color: #fff;}
.btn-info {
    background-color: #73685c;
    color: #fff;
    border: 1px solid #73685c;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius:0;
    outline: 0;
    background-image: linear-gradient(45deg, #603100 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 400ms ease-in-out;
    box-shadow: none;
}
.btn-info i {color: #fff !important;margin-right: 4px;font-size: 10px;}
.btn-info:focus {box-shadow: none;}
.btn-info:hover {background-position: 0;color: #fff !important;border: 1px solid #73685c;}
.btn-info:hover i {color: #fff;}

/* button */
.ui-widget-header {
    border: 0;
    background: var(--beige)!important;
}
.ui-state-hover{
    border: 0!important;
    background:var(--white)!important;
    border-radius:0!important;
}
.ui-widget.ui-widget-content {
    border:0!important;
    border-radius: 0!important;
    box-shadow:0 0 12px #0000007d;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border: 1px solid var(--beige)!important;
    background: var(--brown)!important;
    color:var(--white)!important;
    padding:3px 5px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top:4px!important;
    right:1px!important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--beige)!important;
    background: var(--beige)!important;
    color: var(--black)!important;
}

.room-table .form-control{padding:0;text-align:center;border:0;}
.room-table .form-control:focus{border:0;}
.room-table .qtyinrement .btn{background:transparent;border:0;padding:3px 10px;text-align:center;color:var(--black);border-radius:0;}
.room-table .qtyinrement{border:1px solid var(--beige);}
.room-table .qtyinrement .btn:focus{box-shadow:none;}
.room-table .qtyinrement i{font-size:13px;color:var(--brown);}
.room-table .popover-body {padding: 8px;}
.room-table.popover{width:330px;max-width:330px;}
.room-table small{}
/* Chrome, Safari, Edge, Opera */
.room-table input::-webkit-outer-spin-button,
.room-table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.room-table input[type=number] {
  -moz-appearance: textfield;
}
.room-table .popup_btn .btn.btn-link{font-size:13px;font-weight:500;color:var(--brown);text-decoration:none;padding:0;}
.room-table .popup_btn .btn.btn-link:hover{color:var(--beige);}
.room-table .popup_btn .btn:focus{box-shadow:none;}
.room-table .popup_btn .btn.btn-primary{padding:5px 16px;}
.room-table .table{border-color:transparent;}
.room-table .table>:not(:first-child) {border-top: 0;}
.room-table .table>:not(caption)>*>* {padding: .2rem .2rem;color:var(--black);font-weight:500;} 
.room-table .popup_note p{font-size:12px;margin:0;}
.room-table .popup_table .row.p-3 {padding: 0 1rem !important;}
.room-table .popup_table thead th {font-family: "Gilda Display", serif;font-size:17px; color:var(--brown);font-weight:600;}
#roomTabs .room-header button{background:transparent;border:0;color:#fff;font-weight:400;-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}
#roomTabs .room-header button:hover, #roomTabs .room-header button:hover i{color:var(--beige)!IMPORTANT;}
.enquiry_lp .service-icon-box h5 {height: 24px;}
.enquiry_lp .service-icon-box p {height: 40px;}
del bdi .woocommerce-Price-currencySymbol, del bdi {
    font-size: 18px;
    color: #666 !important;
    font-weight: 600;
    text-decoration: line-through;
    margin-right: 3px;
}
del, ins {text-decoration: none;}
del {margin-right: 15px;}
ins bdi .woocommerce-Price-currencySymbol, ins bdi {
    font-size: 24px;
    color: var(--beige2) !important;
    font-weight: 400;
    margin-right: 3px;
}
.swal2-html-container .err-msg{font-size:18px;}
.modal .form_area_mid .wpcf7-list-item {margin: 0;}
.modal .form_area_mid {padding: 0 15px;}
.pg-wrap .btn-outline-secondary{padding:0;border-radius:0;margin: 0 6px;border-color: #ccc;}
.pg-wrap .btn-outline-secondary img{width:100px;}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: #fff;
  background-color: var(--beige);
  border-color: var(--brown);
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}










@media (max-width: 480px) {
/* form */
.checkin_out .form-control {padding: 10px 10px 10px 25px;}
.form_icon {top:34px;left: 12px;}
.checkin_out input[type="submit"] { padding: 12px 10px; font-size: 14px;margin-top:-10px;}
.checkin_out_border .col {margin: 5px 0;}	
.checkin_out{position: static;margin: 1pc 0 0 0;padding:12px 8px 0 8px;}	
label, .form-control, .form-select {font-size: 13px;}	
/* form */

/* booking page */
h4 {font-size:1.2rem;font-weight: 700;border-bottom:0;}
h4 strong {font-size: 16px;}
.checkin_out input[type="submit"], #filterBook {padding: 9px 10px;}
.check_frm_bg p{margin:0;}
.room_detail_m.p-3{padding: 1rem 0!important;}
.book_now h1 {font-size: 28px;}
.checkinout .mb-3 {margin-bottom:12px !important;}
.chk_area i {font-size: 15px;margin: 12px 7px 0 0;}
.chk_area p {font-size: 14px;}
.booktable .table tr td:first-child { width: 65%;}
.tick_double.tick ul li {line-height: 17px;}
.room-table.popover{transform: translate3d(20px, -222.75px, 0px)!important;}
.room-header{font-size: 14px;}
#roomTabs .room-header button {padding: 0;font-size: 12px;}
 ul.nav-tabs#roomTabs li {margin: 0!important;}
#roomFilter .dotbg ul { margin: 0;}
.rooms, .bookdtl, .booksum { padding: 10px;margin-bottom: 20px;}
/* booking page */
.enquiry_lp .service-icon-box h5 {height: auto;}
.enquiry_lp .service-icon-box p {height: auto;}	
.check_frm_bg input[type="submit"] {width:auto;}
.book_now h4, .book_now h4 strong {font-size: 20px; margin-bottom: 6px;}
.swal2-html-container .err-msg{font-size:15px;}	
.modal .form_area_mid {padding: 6px 15px 6px 15px;}
#AccommodationModal .modal-body{padding:0;}
.modal.show .modal-dialog {width: 85%;margin-top: 35px;}
.pg-wrap .btn-outline-secondary{margin: 0 4px;}
.pg-wrap .btn-outline-secondary img{width:80px;}
.addressbg ul li span {
    border-right: 0;
    padding-right: 0;
    margin: 3px 0;
    display: block;
}

	
}

.property{
    background: #f8f5f0;
}

.product-template-default .amenities_area{
    margin-bottom: 0px;
}

.page-id-81 .sectiongap, .page-id-83 .sectiongap, .page-id-85 .sectiongap{
    background-color: #f8f5f0;
}

.page-id-81 .banner_inner_section, .page-id-83 .banner_inner_section, .page-id-85 .banner_inner_section{
    margin-bottom: 0;
}

.info-txt-back{
    background-color: #f8f5f0;
}

.archive .alternate_column .content_box{
    padding: 0;
}